home *** CD-ROM | disk | FTP | other *** search
- Attribute VB_Name = "modTCView"
- '******************************************************************'
- '* *'
- '* TurboCAD for Windows *'
- '* Copyright (c) 1993 - 2001 *'
- '* International Microcomputer Software, Inc. *'
- '* (IMSI) *'
- '* All rights reserved. *'
- '* *'
- '******************************************************************'
-
- Option Explicit
-
- Global gxApp As XApplication
- Global gxDr As Drawing
- Global gxView As View
-
- Sub Main()
- Set gxApp = New XApplication
- frmVbCamera.Show vbModal
- End Sub
-